From: Sebastian Dröge Date: Sun, 9 Jan 2022 11:59:59 +0000 (+0200) Subject: Fix typo in IconView docs X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~103^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1e26c352d6e991f0f180aaa5f1fafd2baf8a0232;p=gtk4.git Fix typo in IconView docs g_lsit_free_full() -> g_list_free_full() --- diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index f0082f28df..606995f15e 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -4993,7 +4993,7 @@ gtk_icon_view_unselect_path (GtkIconView *icon_view, * want to convert the returned list into a list of `GtkTreeRowReferences`. * To do this, you can use gtk_tree_row_reference_new(). * - * To free the return value, use `g_lsit_free_full`: + * To free the return value, use `g_list_free_full`: * |[ * GtkWidget *icon_view = gtk_icon_view_new (); * // Use icon_view